CommandName{setGadgetColor}HelpPath{General}ReturnValue{}OpenBrace{ }Parameters{handle gadget, color background, color text}CloseBrace{}Description{Sets the background and text colours used by a gadget.  This only works for certain types of gadget:
<ul>
<li>Labels</li>
<li>Panels</li>
<li>Edits</li>
<li>Listboxes</li>
<li>Comboboxes</li>
<li>Scrollbars</li>
</ul>
For more advanced customisation of gadgets, use canvas gadgets instead.  To set the font style of a gadget, use createFont and applyFont.}ReturnDescription{}Param1{gadget}Param1Desc{Handle of a gadget}Param2{background}Param2Desc{The background colour}Param3{text}Param3Desc{The text colour}